github.com/andybalholm/brotli/flate.huffmanBitWriter.makeStatistics (method)

2 uses

	github.com/andybalholm/brotli/flate (current package)
		huffman_bit_writer.go#L362: 	numLiterals, numOffsets := w.makeStatistics(matches, input)
		huffman_bit_writer.go#L425: func (w *huffmanBitWriter) makeStatistics(matches []matchfinder.Match, input []byte) (numLiterals, numOffsets int) {